From cfb1f859b6f2ebfff53795b07381df69b250d356 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 20 May 2002 14:49:57 +0000 Subject: [PATCH] (read_char_minibuf_menu_prompt): Don't list equivalent key bindings here. --- src/keyboard.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index 25e0c69af1d..ffc86840865 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -7727,12 +7727,14 @@ read_char_minibuf_menu_prompt (commandflag, nmaps, maps) if (! char_matches) desc = Fsingle_key_description (event, Qnil); +#if 0 /* It is redundant to list the equivalent key bindings because + the prefix is what the user has already typed. */ tem = XVECTOR (item_properties)->contents[ITEM_PROPERTY_KEYEQ]; if (!NILP (tem)) /* Insert equivalent keybinding. */ s = concat2 (s, tem); - +#endif tem = XVECTOR (item_properties)->contents[ITEM_PROPERTY_TYPE]; if (EQ (tem, QCradio) || EQ (tem, QCtoggle)) -- 2.30.2